From: Stefan Monnier Date: Tue, 28 Apr 2009 18:59:18 +0000 (+0000) Subject: (Lisp Libraries): `load-library' does offer completion. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~721 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b252522f6851d9c8653a31a66715220a3453c6b9;p=emacs.git (Lisp Libraries): `load-library' does offer completion. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 393c0ab9c68..0485ebeb8b9 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2009-04-28 Stefan Monnier + + * building.texi (Lisp Libraries): `load-library' does offer completion. + 2009-04-28 Chong Yidong * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 19c09ab9a12..00bdc1d3ad8 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1250,11 +1250,6 @@ recompile it. Nonetheless, it loads @file{@var{lib}.elc}. This is because people often leave unfinished edits the source file, and don't recompile it until they think it is ready to use. - Because the argument to @code{load-library} is usually not in itself -a valid file name, file name completion is not available. Indeed, when -using this command, you usually do not know exactly what file name -will be used. - @vindex load-path The sequence of directories searched by @kbd{M-x load-library} is specified by the variable @code{load-path}, a list of strings that are